Get Account

Get a single account

Request
path Parameters
accountId
required
string
Responses
200

Ok

get/accounts/{accountId}
Request samples
Response samples
application/json
{
  • "id": "string",
  • "url": "string",
  • "createdAt": 0,
  • "updatedAt": 0,
  • "name": "string",
  • "owner": {
    },
  • "org": {
    },
  • "creator": {
    }
}